home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE23 / PZAZZDEM / PZAZZDEM.ZIP / VCL32 / PZCOLSED.DFM / PZCOLSED.txt
Text File  |  1996-11-07  |  3KB  |  154 lines

  1. object PZColumnsEditForm: TPZColumnsEditForm
  2.   Left = 301
  3.   Top = 172
  4.   ActiveControl = ColumnsListBox
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Columns Editor'
  8.   ClientHeight = 235
  9.   ClientWidth = 260
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object AddButton: TBitBtn
  19.     Left = 176
  20.     Top = 8
  21.     Width = 75
  22.     Height = 25
  23.     Caption = '&Add'
  24.     Font.Color = clBlack
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     TabOrder = 1
  30.     OnClick = AddButtonClick
  31.   end
  32.   object DeleteButton: TBitBtn
  33.     Left = 176
  34.     Top = 40
  35.     Width = 75
  36.     Height = 25
  37.     Caption = '&Delete'
  38.     Font.Color = clBlack
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = []
  42.     ParentFont = False
  43.     TabOrder = 2
  44.     OnClick = DeleteButtonClick
  45.   end
  46.   object EditButton: TBitBtn
  47.     Left = 176
  48.     Top = 72
  49.     Width = 75
  50.     Height = 25
  51.     Caption = '&Edit'
  52.     Font.Color = clBlack
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = []
  56.     ParentFont = False
  57.     TabOrder = 3
  58.     OnClick = EditButtonClick
  59.     NumGlyphs = 2
  60.   end
  61.   object MoveUpButton: TBitBtn
  62.     Left = 176
  63.     Top = 104
  64.     Width = 75
  65.     Height = 25
  66.     Caption = 'Move &Up'
  67.     Font.Color = clBlack
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = []
  71.     ParentFont = False
  72.     TabOrder = 4
  73.     OnClick = MoveUpButtonClick
  74.     NumGlyphs = 2
  75.   end
  76.   object MoveDownButton: TBitBtn
  77.     Left = 176
  78.     Top = 136
  79.     Width = 75
  80.     Height = 25
  81.     Caption = 'Move D&own'
  82.     Font.Color = clBlack
  83.     Font.Height = -11
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = []
  86.     ParentFont = False
  87.     TabOrder = 5
  88.     OnClick = MoveDownButtonClick
  89.     NumGlyphs = 2
  90.   end
  91.   object OKButton: TBitBtn
  92.     Left = 176
  93.     Top = 168
  94.     Width = 75
  95.     Height = 25
  96.     Caption = 'OK'
  97.     Default = True
  98.     Font.Color = clBlack
  99.     Font.Height = -11
  100.     Font.Name = 'MS Sans Serif'
  101.     Font.Style = []
  102.     ModalResult = 1
  103.     ParentFont = False
  104.     TabOrder = 6
  105.     NumGlyphs = 2
  106.   end
  107.   object CancelButton: TBitBtn
  108.     Left = 176
  109.     Top = 200
  110.     Width = 75
  111.     Height = 25
  112.     Cancel = True
  113.     Caption = 'Cancel'
  114.     Font.Color = clBlack
  115.     Font.Height = -11
  116.     Font.Name = 'MS Sans Serif'
  117.     Font.Style = []
  118.     ModalResult = 2
  119.     ParentFont = False
  120.     TabOrder = 7
  121.     NumGlyphs = 2
  122.   end
  123.   object GroupBox1: TGroupBox
  124.     Left = 8
  125.     Top = 4
  126.     Width = 161
  127.     Height = 221
  128.     Caption = '&Columns'
  129.     Font.Color = clBlack
  130.     Font.Height = -11
  131.     Font.Name = 'MS Sans Serif'
  132.     Font.Style = []
  133.     ParentFont = False
  134.     TabOrder = 0
  135.     object ColumnsListBox: TListBox
  136.       Left = 8
  137.       Top = 20
  138.       Width = 145
  139.       Height = 193
  140.       Ctl3D = False
  141.       Font.Color = clBlack
  142.       Font.Height = -11
  143.       Font.Name = 'MS Sans Serif'
  144.       Font.Style = []
  145.       ItemHeight = 13
  146.       ParentCtl3D = False
  147.       ParentFont = False
  148.       TabOrder = 0
  149.       OnClick = ColumnsListBoxClick
  150.       OnDblClick = EditButtonClick
  151.     end
  152.   end
  153. end
  154.